home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / uback / whatsnew.txt < prev   
Text File  |  1996-09-15  |  1KB  |  25 lines

  1. 1.02a:  - Some files with certain attributes havent been backed up. Fixed
  2.     - Non existing backup destinations now created
  3. 1.02:   - Basename of Archives is now a (String-) property
  4.         - If the backupdestination directory isnt existing it will created
  5.           automatically
  6.         - If C:\ is specified as backup destination it wont be cleared before
  7.           backup even if fOverwrite is set.
  8.         - new property filesInArchive shows after backup which files were actually
  9.           backed up
  10.         - method GetInfo builds a list of all files contained in all backup
  11.           disks of a set. the resulting list is accessable via the FilesInArchive property
  12.         - RemainingTime give an estimation of time to complete the current task
  13.         - restore to different destination is possible
  14. 1.01:    - Compiling with the -DSHAREWARE set compiles to a version only running
  15.       under IDE
  16.     - Original file attributes and timestaps will be restored.
  17.     - Files to back up can now be defined in a TStringlist rather than
  18.           in the old external textfile
  19.     - Filenames can now contain wildcards to match more than one file
  20.     - Subdir recursion
  21.     - Lots of additional events to make the file selection process visable
  22.           to the application / user
  23.     - Critical error message handled by Ubackup if theres no disk in a
  24.       removeable drive to backup to
  25.